home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / wc_dv7a.zip / NWORK.TEC < prev    next >
Text File  |  1990-03-20  |  6KB  |  131 lines

  1. DESQview on a network 
  2.  
  3. The most common questions are.
  4.  
  5. Q: ? Can I run DESQview on my network ?
  6.  
  7. A.:  Yes, though DESQview is not truly a network-aware program*. DESQview 
  8.      interfaces with a network as if it were just another hardware device 
  9.      such as a hard disk, modem, or printer. Simply load the network shell 
  10.      and start DESQview.    
  11.  
  12.     *DESQview does make Novell and IBM PC Lan API calls for compatibility 
  13.      purposes (DESQview checks for these networks when it loads). 
  14.  
  15. Q: ? How many people can use a copy of DESQview on the network ?  
  16.  
  17. A.:  Quarterdeck Office Systems requires one purchased copy for each 
  18.      individual that will be using our software. Currently there is no site 
  19.      license policy. This requirement applies for all Quarterdeck Office 
  20.      Systems products.
  21.  
  22. Q: ? Can I run my network file server software in a DESQview window ?
  23.  
  24. A.:  No. Network operating systems are not DOS programs. The network 
  25.      operating system would have to be specifically written for this purpose.
  26.  
  27. Q: ? Can I run my network file server software and then load DESQview ?
  28.  
  29. A.:  This depends on the quality of the DOS emulation of the file server 
  30.      software. It is possible to run DESQview after the server software has 
  31.      been loaded with most Peer to Peer Networks. 
  32.  
  33.  
  34.  
  35. Q: ? Can I load my workstation network shell in a DESQview window ?
  36.  
  37. A.:  If the network shell program has been specifically written for this 
  38.      purpose such as Novell's Network Access Server's IPX.SYS and NET3.COM    
  39.      the answer is yes. Some of our user's report loading other network 
  40.      shells in a DESQview window with some success. As a general rule loading 
  41.      non DESQview specific network shells within a a window is not 
  42.      recommended. The reasons are that network shells are actually interrupt 
  43.      arbitrators, re-directors, and/or repeaters. Depending on the shell 
  44.      configuration (and the application software) intended to run in the 
  45.      window 2 primary factors must be considered. 
  46.  
  47. 1.   A packet may arrive for the workstation while this window is not the 
  48.      current task. The network must retry sending the packet causing network 
  49.      performance degradation (or the network may timeout and drop the work-
  50.      station). 
  51.  
  52. 2.   Only that window would be able to see the network. Loading the network 
  53.      shell in more than one window can also confuse the network unless the 
  54.      shell has been specifically written for this purpose. 
  55.   
  56.  
  57.  
  58. Q: ? Do I need to re-configure my network card for DESQview ?
  59.  
  60. A.:  It will probably not be required but when running DESQview with an 
  61.      exPANDed memory it can be very advantageous to do so. If your network 
  62.      card places ROM and/or RAM in the reserved memory area (between 640K 
  63.      and 1024K). You should locate the ROM and/or RAM to create large 
  64.      contiguous free blocks of high memory. Knowing the locations of these 
  65.      items can be very useful in trouble shooting memory conflicts as well.
  66.      DESQview can use exPANDed memory to load itself into the unused areas. 
  67.      Large contiguous blocks of memory allow DESQview to place more of its 
  68.      code "high" leaving more available conventional memory for other 
  69.      programs. In addition Quarterdeck's HIRAM.SYS and LOADHI.COM utilities 
  70.      can map RAM into these locations (if your hardware supports the EMS 4 
  71.      specification) and you can then load small TSR programs like network 
  72.      drivers, buffers, and files in this area rather than in conventional 
  73.      memory. 
  74.  
  75. Q: ? What kind of memory conflicts happen in this area with networks.
  76.  
  77. A.:  Most exPANDed memory drivers are loaded prior to the network shell. If 
  78.      the shell initializes a RAM buffer in reserved memory after the memory 
  79.      driver it is quite possible that the EMS driver won't know about the 
  80.      RAM buffer. When an application tries to use exPANDed memory it may 
  81.      overwrite the RAM buffer causing various problems. Symptoms range 
  82.      from network access failure to all out system crashes. 
  83.  
  84. Q: ? How can I tell where these locations are ?
  85.  
  86. A.:  The best bet is to check the network card documentation. If you can't 
  87.      locate it consult the manufacturer of the card. It is best to know these 
  88.      address in hexadecimal numbers.
  89.  
  90. Q: ? So how do I prevent memory conflicts from happening ?
  91.  
  92. A.:  Most exPANDed memory managers have the ability to exclude certain 
  93.      areas. QEMM 50/60 and QEMM 386 both have this feature. After determing 
  94.      the starting and ending address place a parameter on the QEMM line of 
  95.      your Config.sys file as listed below:
  96.  
  97.      DEVICE=C:\QEMM.SYS EXCLUDE=XXXX-YYYY
  98.  
  99.      The XXXX should be replaced with the starting hexidecimal address and 
  100.      YYYY should be the ending address.
  101.  
  102. Q: ? Can I login as a different user in each window ?
  103.  
  104. A.:  As the network shell is loaded before DESQview logging in as a 
  105.      different user in each window may cause problems.  In the case of 
  106.      Novell Netware the IPX can only support one username per card. When 
  107.      this is done the previous username and network access rights are 
  108.      replaced with the current rights assigned to the username you use.
  109.      If you are using the IPXSPX.SYS that is supplied with Novell's Remote
  110.      Access Server product you can in fact login as different users in 
  111.      different windows.
  112.  
  113. Q: ? Can I change or set search maps in different windows ?
  114.  
  115. A.:  Yes but... The search mapping facility set in the last window becomes 
  116.      the global search map for the workstation. Programs running in other 
  117.      DESQview windows may fail if they are using a different map.
  118.  
  119. Q: ? Can I map drives in a DESQview window ?
  120.  
  121. A.:  Yes. In DESQview 2.26 you can map network subdirectorys or volumes to 
  122.      drive letters. The new map takes effect globally, so use with caution.
  123.  
  124. Q: ? Can I load the network shell above 640K with QRAM ?
  125.  
  126. A.:  Yes provided you have EEMS or EMS 4.0 HARDWARE and SOFTWARE (and a 
  127.      large enough contigous area to load them in).
  128.  
  129.          Copyright (C) 1990 by Quarterdeck Office Systems
  130.              * * *   E N D   O F   F I L E    * * * 
  131.